|
PHY MAKE MATERIAL
Create a new material with the given ID and name.
PHY MAKE MATERIAL ID, name$
ID
Integer
the ID number of the material that you want to create, if a material already exists with this ID number the command will fail and an error message will be displayed
name$
String
the name of the material, can be useful for referencing your material
This material can then later be applied to a rigid body when it is created. Note that ID numbers for materials are unique and not shared with any other IDs.
No example code is provided for this command
|